home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 250 < prev    next >
Encoding:
Text File  |  1996-08-05  |  8.3 KB  |  224 lines

  1. Newsgroups: comp.sys.amiga.applications,comp.sys.amiga.datacomm
  2. Path: unicorn.it.wsu.edu!i9566249
  3. From: i9566249@unicorn.it.wsu.edu (Brian Mcewen)
  4. Subject: GPFax/CNet via AREXX
  5. Sender: news@serval.net.wsu.edu (News)
  6. Message-ID: <DL7otn.En7@serval.net.wsu.edu>
  7. Date: Mon, 15 Jan 1996 07:29:47 GMT
  8. Organization: Washington State University
  9. X-Newsreader: TIN [version 1.2 PL2]
  10. Keywords: GPFax CNet AREXX
  11.  
  12. I've sent a copy of this to a couple people, with no solutions yet.
  13. I've lost Greg Perry's new email address, so if you are reading this GP,
  14. I'd sure like a solution!  If someone could email the correct address for 
  15. GPFax email contact, I'd appreciate it, too.
  16.  
  17. I really need to get GPFax and CNet working together, so GPFax can act as
  18. the front end.
  19. Here's the file w/ the details...
  20. Email replies best, as there is 4 day delay on my newsfeed.
  21.  
  22. thanks!
  23.  
  24. ------------------------------------------------------------
  25. I'm having no luck getting GPFax and CNet to tranfer calls between
  26. them.  
  27.  
  28. Here's my pertinent CNET modem settings:
  29.  
  30.     8N1
  31.         idle baud 19200
  32.     shared  (also tried locked)
  33.  
  34. GPFAX is run in locked mode ( if not locked, it will reset the modem port 
  35. speed to the speed of the call, upon receipt of a data call, and prior to
  36. running datacall.gpf script(?) as per the docs.  fax/data mode on, arexx 
  37. data mode on.
  38.  
  39. I'm using MFCIII card, prefs set to 19200 RTS/CTS.
  40.  
  41.     here's the datacall.gpf, the rexx script uns on receipt of a 
  42. data call.  I tried it as per the original script ( port 0) but since 
  43. port zero is for local only, I've changed the bbswake port to 1.  Nothing 
  44. happens regardless of what I set.
  45.  
  46. --------------------begin clip datacall.gpf --------------------
  47. /*     An ARexx script called DataCall.gpf --
  48.        To run GPFax as the system front end for CNet.
  49.  
  50.        Written by Joe Maulucci as FREEWARE
  51.        Accadia BBS 716 882 1774
  52.        also via CIS 70702,230, Future World, & Portal
  53.  
  54.        This script looks at GPFax Unit 0 & CNet Port 0
  55.  
  56. New SYSOPs: You should first start CNet and make sure that Port 0
  57.             is set for "OFFLINE" then start GPFax (as System Front End).
  58.             (or See CNet_Startup.rexx, part of this d/l)
  59.  
  60.             GPFax settings for Supra 14,4000
  61.  
  62.             ENVIRONMENT:
  63.                          Device = Serial.device
  64.                          Unit = 0
  65.                          Shared = checked
  66.                          Modem Init = AAT &F2 E0
  67.  
  68.             OPTIONS:
  69.                          FAX/DATA
  70.                          AutoANSWER
  71.                          Arexx Data
  72.  
  73. As of June 13, 1994
  74.  
  75. I am a New Sysop running one modem and am still working with the Modem Init.
  76. Also you need to delete the GPFax's DataMessage.txt,
  77. if you do not want that message sent.
  78. */
  79.  
  80.  
  81. options results
  82.  
  83. address rexx_gpfax    /* Get baudrate from GPFax & Release Line*/
  84. baudrate
  85. A=result
  86. unlisten
  87.  
  88. /* CNet port 0 takes over line  (DO NOT USE 'RUN' HERE) */
  89. address command "CNet:bbswake port 1 baud "A" lock "A
  90.  
  91. address rexx_gpfax  /* Return control to GPFax */
  92. listen
  93.  
  94. /*end*/
  95.  
  96. ----------------------------end clip of script -----------
  97.  
  98. Here's the snoopdos.log of a data call, that is transferred to the bbs by
  99. gpfax.  looks like it works, trouble is, cnet doesn't ever wake up!
  100. bbswake looks like it exits w/ an error, but no calls have been made that 
  101. fail! Sorry it wrapped kinda funny.
  102. This call was with CNet modem turned to shared AND locked. But same thing 
  103. happens for all combos of shared/locked in cnet/config/modem.
  104.  
  105. GPFax seems like it should be in "locked" mode, as that way it keeps the 
  106. modem at the DTE rate when xferring the call to CNet- if GPfax not in 
  107. locked mode, it will reset the modem to the speed of the connect before 
  108. calling the datacall.gpf AREXX script.
  109.  
  110. --- begin snoopdos log------
  111.  
  112. SnoopDos logging started on Thursday, 14-Dec-95 at 20:28:16
  113.  
  114.  Count Process Name       Action     Target Name                 Options Res.
  115.  ----- ------------       ------     -----------                 ------- ----
  116.  1     [5] dh0:myc/tinycl OpenDev    audio.device                Unit 0  
  117. OK  
  118.  2     [1] gpfax          LockScreen Workbench                           
  119. OK  
  120.  3     [1] gpfax          FindTask   + IPrefs ;                          
  121. OK  
  122.  4     + IPrefs ;         OpenDev    audio.device                Unit 0  
  123. OK  
  124.  5     + IPrefs ;         OpenDev    timer.device                Unit 0  
  125. OK  
  126.  6     + IPrefs ;         OpenDev    timer.device                Unit 0  
  127. OK  
  128.  7     + IPrefs ;         OpenDev    timer.device                Unit 0  
  129. OK  
  130.  8     + IPrefs ;         OpenDev    timer.device                Unit 0  
  131. OK  
  132.  9     + IPrefs ;         OpenDev    timer.device                Unit 0  
  133. OK  
  134.  10    + IPrefs ;         OpenDev    timer.device                Unit 0  
  135. OK  
  136.  11    + IPrefs ;         OpenDev    timer.device                Unit 0  
  137. OK  
  138.  12    + IPrefs ;         OpenDev    timer.device                Unit 0  
  139. OK  
  140.  13    + IPrefs ;         OpenDev    timer.device                Unit 0  
  141. OK  
  142.  14    + IPrefs ;         OpenDev    timer.device                Unit 0  
  143. OK  
  144.  15    + IPrefs ;         OpenDev    timer.device                Unit 0  
  145. OK  
  146.  16    + IPrefs ;         OpenDev    timer.device                Unit 0  
  147. OK  
  148.  17    + IPrefs ;         OpenDev    timer.device                Unit 0  
  149. OK  
  150.  18    + IPrefs ;         OpenDev    timer.device                Unit 0  
  151. OK  
  152.  19    + IPrefs ;         OpenDev    timer.device                Unit 0  
  153. OK  
  154.  20    [1] gpfax          Open       GPFAX:DataMessage.TXT       Read    
  155. OK  
  156.  21    [1] gpfax          FindPort   REXX                                
  157. OK  
  158.  22    RPControl          ChangeDir  
  159. DH1:GPFax                               
  160.  23    RPControl          Lock       DH1:GPFax/DataCall.GPF      Read    
  161. OK  
  162.  24    RPControl          Load       DH1:GPFax/DataCall.GPF              Fail
  163.  25    RPControl          ChangeDir  
  164. DH0:                                    
  165.  26    ARexx              OpenLib    mathieeedoubbas.library     Ver 0   
  166. OK  
  167.  27    ARexx              Open       *                           Write   
  168. OK  
  169.  28    ARexx              Lock       DH1:GPFax                   Read    
  170. OK  
  171.  29    ARexx              Lock       DH1:GPFax/DataCall.GPF      Read    
  172. OK  
  173.  30    ARexx              Open       DH1:GPFax/DataCall.GPF      Read    
  174. OK  
  175.  31    ARexx              FindPort   REXX_GPFAX                          
  176. OK  
  177.  32    ARexx              SendRexx   BAUDRATE                    
  178. REXX_GP     
  179.  33    ARexx              FindPort   REXX_GPFAX                          
  180. OK  
  181.  34    ARexx              SendRexx   UNLISTEN                    
  182. REXX_GP     
  183. /35    ARexx              System     CNet:bbswake port 1 baud 19200      ----
  184.  36    [12] CNet:bbswake  Open       *                           Read    
  185. OK  
  186.  37    [12] CNet:bbswake  FindPort   cnetport                            
  187. OK  
  188. \35    ARexx              System     CNet:bbswake port 1 baud 19200       
  189. 0   
  190.  38    ARexx              FindPort   REXX_GPFAX                          
  191. OK  
  192.  39    ARexx              SendRexx   LISTEN                      
  193. REXX_GP     
  194. /40    [1] gpfax          OpenDev    duart.device                Unit 
  195. 0      
  196.  41    [1] gpfax          OpenLib    mathffp.library             Ver 0   
  197. OK  
  198.  42    [1] gpfax          OpenDev    timer.device                Unit 4  
  199. OK  
  200.  43    [1] gpfax          Open       ENV:bsc/duart/Unit0         Read    
  201. OK  
  202. \40    [1] gpfax          OpenDev    duart.device                Unit 0  
  203. OK  
  204.  44    [1] gpfax          OpenDev    timer.device                Unit 0  
  205. OK  
  206.  
  207. Closed SnoopDos log at 20:31:56
  208.  
  209.  
  210.  
  211.  
  212. Please help!  I've tried about every combination of configws that make 
  213. any sense! and some that don't!  I need this working.Do I have to buy 
  214. TrapDoor to act as a frontend/  GPfax seem to do it's thing.. ( detects 
  215. data call, unlistens from serial, calls the script that should run bbswake.)
  216. --
  217. +--------------------------------------------------------------------------+
  218. | " Information is pretty thin                          Brian McEwen       |
  219. |       stuff, unless mixed with experience.           bmcewen@wsu.edu     |
  220. |                        -Clarence Day             i9566249@wsunix.wsu.edu |
  221. |     Remember, what PCs are doing today the Amiga was doing in 1985       |
  222. |    ( except for a few things, and the PC's will do those soon...)     |
  223. +--------------------------------------------------------------------------+
  224.